home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-10-31 | 11.5 KB | 650 lines |
- [%info]
- CSS Level 2.1
- Reference: http://www.w3.org/TR/CSS21/
-
- [%groups]
- aural=Aural
- borders=Borders
- colors=Colors and Backgrounds
- fonts=Font
- generate=Generated Content
- page=Page
- table=Tables
- text=Text
- visual=Visual
-
- [%properties]
- azimuth
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-color
- border-bottom-style
- border-bottom-width
- border-collapse
- border-color
- border-left
- border-left-color
- border-left-style
- border-left-width
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-spacing
- border-style
- border-top
- border-top-color
- border-top-style
- border-top-width
- border-width
- bottom
- caption-side
- clear
- clip
- color
- content
- counter-increment
- counter-reset
- cue
- cue-after
- cue-before
- cursor
- direction
- display
- elevation
- empty-cells
- float
- font
- font-family
- font-size
- font-style
- font-variant
- font-weight
- height
- left
- letter-spacing
- line-height
- list-style
- list-style-image
- list-style-position
- list-style-type
- margin
- margin-bottom
- margin-left
- margin-right
- margin-top
- max-height
- max-width
- min-height
- min-width
- orphans
- outline
- outline-color
- outline-style
- outline-width
- overflow
- padding
- padding-bottom
- padding-left
- padding-right
- padding-top
- pause
- pause-after
- pause-before
- pitch
- pitch-range
- play-during
- position
- quotes
- richness
- right
- speak
- speak-header
- speak-numeral
- speak-punctuation
- speech-rate
- stress
- table-layout
- text-align
- text-decoration
- text-indent
- text-transform
- top
- unicode-bidi
- vertical-align
- visibility
- voice-family
- volume
- white-space
- widows
- width
- word-spacing
- z-index
-
- [%units]
- <length>=px|em|ex|pt|in|pc|mm|cm
- <angle>=deg|grad|rad
- <time>=ms|s
- <frequency>=Hz|kHz
-
- [%types]
- <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
- <border-width>=<length>|thin|medium|thick
- <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
- <relative-size>=larger|smaller
- <generic-family>=serif|sans-serif|cursive|fantasy|monospace
-
- [azimuth]
- group=aural
- value=<angle>|left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|behind|leftwards|rightwards
-
- [background]
- group=colors
- value=<mixed>
- sub1=background-color,<color>|transparent
- sub2=background-image,<imageurl>|none
- sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
- sub4=background-attachment,scroll|fixed
- sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
-
- [background-attachment]
- group=colors
- value=scroll|fixed
-
- [background-color]
- group=colors
- value=<color>|transparent
-
- [background-image]
- group=colors
- value=<imageurl>|none
-
- [background-position]
- group=colors
- value=<percentage>|<length>|top|center|bottom|left|right
-
- [background-repeat]
- group=colors
- value=repeat|repeat-x|repeat-y|no-repeat
-
- [border]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom-color]
- group=borders
- value=<color>|transparent
-
- [border-bottom-style]
- group=borders
- value=<border-style>
-
- [border-bottom-width]
- group=borders
- value=<border-width>
-
- [border-collapse]
- group=table
- value=collapse|separate
-
- [border-color]
- group=borders
- value=<mixed>|<color>
- sub1=border-top-color,<color>
- sub2=border-right-color,<color>
- sub3=border-bottom-color,<color>
- sub4=border-left-color,<color>
-
- [border-left]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-left-color]
- group=borders
- value=<color>|transparent
-
- [border-left-style]
- group=borders
- value=<border-style>
-
- [border-left-width]
- group=borders
- value=<border-width>
-
- [border-right]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-right-color]
- group=borders
- value=<color>|transparent
-
- [border-right-style]
- group=borders
- value=<border-style>
-
- [border-right-width]
- group=borders
- value=<border-width>
-
- [border-spacing]
- group=table
- value=<length>
-
- [border-style]
- group=borders
- value=<mixed>|<border-style>
- sub1=border-top-style,<border-style>
- sub2=border-right-style,<border-style>
- sub3=border-bottom-style,<border-style>
- sub4=border-left-style,<border-style>
-
- [border-top]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-top-color]
- group=borders
- value=<color>|transparent
-
- [border-top-style]
- group=borders
- value=<border-style>
-
- [border-top-width]
- group=borders
- value=<border-width>
-
- [border-width]
- group=borders
- value=<mixed>|<border-width>
- sub1=border-top-width,<border-width>
- sub2=border-right-width,<border-width>
- sub3=border-bottom-width,<border-width>
- sub4=border-left-width,<border-width>
-
- [bottom]
- group=visual
- value=<percentage>|<length>|auto
-
- [caption-side]
- group=table
- value=top|bottom
-
- [clear]
- group=borders
- value=none|left|right|both
-
- [clip]
- group=visual
- value=auto
-
- [color]
- group=colors
- value=<color>
-
- [content]
- group=generate
- value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
-
- [counter-increment]
- group=generate
- value=none
-
- [counter-reset]
- group=generate
- value=none
-
- [cue]
- group=aural
- value=<mixed>
- sub1=cue-before,<url>|none
- sub2=cue-after,<url>|none
-
- [cue-after]
- group=aural
- value=<url>|none
-
- [cue-before]
- group=aural
- value=<url>|none
-
- [cursor]
- group=visual
- value=<url>|auto|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|w-resize|text|wait|help|progress
-
- [direction]
- group=visual
- value=ltr|rtl
-
- [display]
- group=visual
- value=inline|block|list-item|run-in|table|inline-table|inline-block|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
-
- [elevation]
- group=aural
- value=<angle>|below|level|above|higher|lower
-
- [empty-cells]
- group=table
- value=show|hide
-
- [float]
- group=borders
- value=left|right|none
-
- [font]
- group=fonts
- value=<mixed>
- sub1=font-style,normal|italic|oblique
- sub2=font-variant,normal|small-caps
- sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
- sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
- sub5=line-height,<percentage>|<length>|<number>|normal
- sub6=font-family,<font>
- sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
-
- [font-family]
- group=fonts
- value=<font>
-
- [font-size]
- group=fonts
- value=<length>|<percentage>|<relative-size>|<absolute-size>
-
- [font-style]
- group=fonts
- value=normal|italic|oblique
-
- [font-variant]
- group=fonts
- value=normal|small-caps
-
- [font-weight]
- group=fonts
- value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
-
- [height]
- group=visual
- value=<percentage>|<length>|auto
-
- [left]
- group=visual
- value=<percentage>|<length>|auto
-
- [letter-spacing]
- group=text
- value=<length>|normal
-
- [line-height]
- group=text
- value=<percentage>|<length>|<number>|normal
-
- [list-style]
- group=visual
- value=<mixed>
- sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
- sub2=list-style-position,inside|outside
- sub3=list-style-image,<imageurl>|none
-
- [list-style-image]
- group=visual
- value=<imageurl>|none
-
- [list-style-position]
- group=visual
- value=inside|outside
-
- [list-style-type]
- group=visual
- value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
-
- [margin]
- group=borders
- value=<mixed>|<percentage>|<length>|auto
- sub1=margin-top,<percentage>|<length>|auto
- sub2=margin-right,<percentage>|<length>|auto
- sub3=margin-bottom,<percentage>|<length>|auto
- sub4=margin-left,<percentage>|<length>|auto
-
- [margin-bottom]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-left]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-right]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-top]
- group=borders
- value=<percentage>|<length>|auto
-
- [max-height]
- group=visual
- value=<percentage>|<length>|none
-
- [max-width]
- group=visual
- value=<percentage>|<length>|none
-
- [min-height]
- group=visual
- value=<percentage>|<length>|none
-
- [min-width]
- group=visual
- value=<percentage>|<length>|none
-
- [orphans]
- group=page
- value=<number>
-
- [outline]
- group=visual
- value=<mixed>
- sub1=outline-color,<color>
- sub2=outline-style,<border-style>
- sub3=outline-width,<border-width>
-
- [outline-color]
- group=visual
- value=<color>|invert
-
- [outline-style]
- group=visual
- value=<border-style>
-
- [outline-width]
- group=visual
- value=<border-width>
-
- [overflow]
- group=visual
- value=visible|hidden|scroll|auto
-
- [padding]
- group=borders
- value=<mixed>|<percentage>|<length>
- sub1=padding-top,<percentage>|<length>
- sub2=padding-right,<percentage>|<length>
- sub3=padding-bottom,<percentage>|<length>
- sub4=padding-left,<percentage>|<length>
-
- [padding-bottom]
- group=borders
- value=<percentage>|<length>
-
- [padding-left]
- group=borders
- value=<percentage>|<length>
-
- [padding-right]
- group=borders
- value=<percentage>|<length>
-
- [padding-top]
- group=borders
- value=<percentage>|<length>
-
- [pause]
- group=aural
- value=<mixed>
- sub1=pause-before,<time>|<percentage>
- sub2=pause-after,<time>|<percentage>
-
- [pause-after]
- group=aural
- value=<time>|<percentage>
-
- [pause-before]
- group=aural
- value=<time>|<percentage>
-
- [pitch]
- group=aural
- value=<frequency>|x-low|low|medium|high|x-high
-
- [pitch-range]
- group=aural
- value=<number>
-
- [play-during]
- group=aural
- value=<url>|mix|repeat|auto|none
-
- [position]
- group=visual
- value=static|relative|absolute|fixed
-
- [quotes]
- group=visual
- value=none
-
- [richness]
- group=aural
- value=<number>
-
- [right]
- group=visual
- value=<percentage>|<length>|auto
-
- [speak]
- group=aural
- value=normal|none|spell-out
-
- [speak-header]
- group=aural
- value=once|always
-
- [speak-numeral]
- group=aural
- value=digits|continuous
-
- [speak-punctuation]
- group=aural
- value=code|none
-
- [speech-rate]
- group=aural
- value=<number>|x-slow|slow|medium|fast|x-fast|faster|slower
-
- [stress]
- group=aural
- value=<number>
-
- [table-layout]
- group=table
- value=auto|fixed
-
- [text-align]
- group=text
- value=left|right|center|justify
-
- [text-decoration]
- group=text
- value=none|underline|overline|line-through|blink
-
- [text-indent]
- group=text
- value=<percentage>|<length>
-
- [text-transform]
- group=text
- value=capitalize|uppercase|lowercase|none
-
- [top]
- group=visual
- value=<percentage>|<length>|auto
-
- [unicode-bidi]
- group=visual
- value=normal|embed|bidi-override
-
- [vertical-align]
- group=visual
- value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
-
- [visibility]
- group=visual
- value=visible|hidden|collapse
-
- [voice-family]
- group=aural
- value=<mixed>
- sub1=specific-voice,<string>
- sub2=generic-voice,male|female|child
-
- [volume]
- group=aural
- value=<percentage>|<number>|silent|x-soft|soft|medium|loud|x-loud
-
- [white-space]
- group=text
- value=normal|pre|nowrap|pre-wrap|pre-line
-
- [widows]
- group=visual
- value=<number>
-
- [width]
- group=visual
- value=<percentage>|<length>|auto
-
- [word-spacing]
- group=text
- value=<length>|normal
-
- [z-index]
- group=visual
- value=<number>|auto
-
-